From: Dave Love Date: Mon, 28 Oct 2002 14:42:53 +0000 (+0000) Subject: (lao-composition-function): Don't use prog1. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30012 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=68edf0188a46b78b52fd91c6af0189c4192200db;p=emacs.git (lao-composition-function): Don't use prog1. --- diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el index 1639b1bf78b..0f8d472bdde 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el @@ -596,7 +596,7 @@ to compose. The return value is number of composed characters." (if (< (1+ from) to) - (prog1 (- to from) + (progn (if string (compose-string string from to) (compose-region from to))